Skip to content

RTECO-1986 - Add e2e tests for --path auto-create - #3680

Open
udaykb2 wants to merge 3 commits into
masterfrom
RTECO-1896-improve-path-flag-in-agent-namespace
Open

RTECO-1986 - Add e2e tests for --path auto-create#3680
udaykb2 wants to merge 3 commits into
masterfrom
RTECO-1896-improve-path-flag-in-agent-namespace

Conversation

@udaykb2

@udaykb2 udaykb2 commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

agent_plugins_test.go: TestAgentPluginsInstallCreatesMissingPath installs a plugin into a multi-level nonexistent --path and asserts it gets created and the plugin lands correctly.

agent_skills_test.go: add a path-install-creates-missing-dir subtest to TestAgentSkillsInstallPathAndFlags covering the same scenario for skills, matching that test's existing grouped-subtest convention.

Exercises the jfrog-cli-artifactory fix where --path now creates the target directory instead of erroring when it doesn't exist.

  • All tests have passed. If this feature is not already covered by the tests, new tests have been added.
  • The pull request is targeting the master branch.
  • The code has been validated to compile successfully by running go vet ./....
  • The code has been formatted properly using go fmt ./....

agent_plugins_test.go: TestAgentPluginsInstallCreatesMissingPath installs
a plugin into a multi-level nonexistent --path and asserts it gets
created and the plugin lands correctly.

agent_skills_test.go: add a path-install-creates-missing-dir subtest to
TestAgentSkillsInstallPathAndFlags covering the same scenario for skills,
matching that test's existing grouped-subtest convention.

Exercises the jfrog-cli-artifactory fix where --path now creates the
target directory instead of erroring when it doesn't exist.
@udaykb2
udaykb2 marked this pull request as ready for review August 25, 2026 09:53
@udaykb2
udaykb2 force-pushed the RTECO-1896-improve-path-flag-in-agent-namespace branch from b613894 to a5bf9c2 Compare August 28, 2026 06:43
@udaykb2
udaykb2 deployed to build-gate August 28, 2026 06:44 — with GitHub Actions Active
@github-actions

Copy link
Copy Markdown
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant